home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Agent Central Host Computer
/
Agent - Central Host Computer.iso
/
_SETUP.1
/
rteusage.ctl
< prev
next >
Wrap
Text File
|
2000-05-12
|
714b
|
30 lines
-- RCSVER $Id: rteusage.ctl,v 1.1 2000-05-03 12:29:20-05 randy Exp $ */
-- *************************************************************************
-- Copyright (C) 1999, Agent Systems, Inc. All Rights Reserved.
--
-- Name: rteusage.ctl
-- Date: 01/17/2000
-- memo: Randy Wood
-- Description: Load the data for the rteusage table.
-- Changes:
-- *********************************************************************** */
LOAD DATA
INFILE *
INTO TABLE rteusage
fields terminated by "|"
trailing nullcols
(
useflag,
dir1flag,
dir2flag,
rtegen,
notinlist,
dir1name,
dir2name,
route_name,
run_name,
trip_name
)
begindata
2|2|2|2|1|Start Point|Direction|Block|Run|Trip|